home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / educate / wcstrv11.zip / _SETUP.1 / WCSServer.exe / 0 / RCDATA / TLMDSMALLBAREDITORDLG / TLMDSMALLBAREDITORDLG.txt
Text File  |  1997-05-25  |  5KB  |  198 lines

  1. object LMDSmallBarEditorDlg: TLMDSmallBarEditorDlg
  2.   Left = 232
  3.   Top = 147
  4.   ActiveControl = OK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'TLMDSmallBar - Editor'
  8.   ClientHeight = 225
  9.   ClientWidth = 375
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 6
  23.     Top = 88
  24.     Width = 365
  25.     Height = 8
  26.     Shape = bsBottomLine
  27.   end
  28.   object Label1: TLabel
  29.     Left = 14
  30.     Top = 104
  31.     Width = 43
  32.     Height = 13
  33.     Caption = 'BarColor:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 14
  37.     Top = 135
  38.     Width = 47
  39.     Height = 13
  40.     Caption = 'BarCount:'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 14
  44.     Top = 164
  45.     Width = 42
  46.     Height = 13
  47.     Caption = 'HSpace:'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 14
  51.     Top = 195
  52.     Width = 41
  53.     Height = 13
  54.     Caption = 'VSpace:'
  55.   end
  56.   object test: TLMDProgress
  57.     Left = 12
  58.     Top = 28
  59.     Width = 335
  60.     Height = 37
  61.     Hint = 'Displays the current settings.'
  62.     Bevel.StyleOuter = bvLowered
  63.     OptionsText = toPercent
  64.     Position = 50
  65.     UserValue = 50
  66.   end
  67.   object OK: TBitBtn
  68.     Left = 285
  69.     Top = 102
  70.     Width = 82
  71.     Height = 27
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 0
  78.     Kind = bkOK
  79.     Margin = 2
  80.     Spacing = -1
  81.   end
  82.   object Cancel: TBitBtn
  83.     Left = 285
  84.     Top = 134
  85.     Width = 82
  86.     Height = 27
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 1
  93.     Kind = bkCancel
  94.     Margin = 2
  95.     Spacing = -1
  96.   end
  97.   object reset: TBitBtn
  98.     Left = 285
  99.     Top = 176
  100.     Width = 82
  101.     Height = 27
  102.     Cancel = True
  103.     Caption = 'Reset'
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 2
  110.     OnClick = resetClick
  111.     Glyph.Data = {
  112.       76010000424D7601000000000000760000002800000020000000100000000100
  113.       04000000000000010000130B0000130B00000000000000000000000000000000
  114.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  115.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  116.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  117.       3333333777333777FF33339993707399933333773337F3777FF3399933000339
  118.       9933377333777F3377F3399333707333993337733337333337FF993333333333
  119.       399377F33333F333377F993333303333399377F33337FF333373993333707333
  120.       333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  121.       999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  122.       99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  123.       3393333777333777337333333999993333333333377777333333}
  124.     Margin = 2
  125.     NumGlyphs = 2
  126.     Spacing = -1
  127.   end
  128.   object cmbb: TLMDColorComboBox
  129.     Left = 64
  130.     Top = 104
  131.     Width = 174
  132.     Height = 21
  133.     Hint = 'Specifies the color of the bar.'
  134.     DlgOptions = []
  135.     TabOrder = 3
  136.     OnChange = cmbbChange
  137.   end
  138.   object dlgb: TButton
  139.     Left = 242
  140.     Top = 104
  141.     Width = 25
  142.     Height = 20
  143.     Caption = '...'
  144.     TabOrder = 4
  145.     OnClick = dlgbClick
  146.   end
  147.   object spinc: TSpinEdit
  148.     Left = 64
  149.     Top = 135
  150.     Width = 46
  151.     Height = 22
  152.     Hint = 'Defines the count of bar items being displayed.'
  153.     MaxValue = 100
  154.     MinValue = 4
  155.     TabOrder = 5
  156.     Value = 4
  157.     OnChange = spincChange
  158.   end
  159.   object spinh: TSpinEdit
  160.     Left = 64
  161.     Top = 164
  162.     Width = 46
  163.     Height = 22
  164.     Hint = 
  165.       'Specifies the space between the'#13#10'bevel and the bar items in hori' +
  166.       'zontal'#13#10'direction.'
  167.     MaxValue = 20
  168.     MinValue = 0
  169.     TabOrder = 6
  170.     Value = 0
  171.     OnChange = spincChange
  172.   end
  173.   object spinv: TSpinEdit
  174.     Left = 64
  175.     Top = 195
  176.     Width = 46
  177.     Height = 22
  178.     Hint = 
  179.       'Specifies the space between the'#13#10'bevel and the bar items in vert' +
  180.       'ical'#13#10'direction.'
  181.     MaxValue = 20
  182.     MinValue = 0
  183.     TabOrder = 7
  184.     Value = 0
  185.     OnChange = spincChange
  186.   end
  187.   object chk: TCheckBox
  188.     Left = 152
  189.     Top = 136
  190.     Width = 63
  191.     Height = 17
  192.     Hint = 'Specifies wheter the size of the'#13#10'smallbar is set automatically.'
  193.     Caption = 'Autosize'
  194.     TabOrder = 8
  195.     OnClick = chkClick
  196.   end
  197. end
  198.